File: n_cst_json.sru
Size: 285
Date: Sun, 16 Mar 2025 05:42:20 +0100
//objectcomments JSON parser
forward
global type n_cst_json from pfc_n_cst_json
end type
end forward

global type n_cst_json from pfc_n_cst_json
end type
global n_cst_json n_cst_json

on n_cst_json.create
call super::create
end on

on n_cst_json.destroy
call super::destroy
end on